Move modules/other/parasite to modules/inspector
authorMatthias Clasen <mclasen@redhat.com>
Wed, 7 May 2014 03:35:47 +0000 (23:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 May 2014 02:04:20 +0000 (22:04 -0400)
commit643b6f147b3b9617b4e345ff9bc074eb4b80ab43
treec09698a5fa1d5a083d971320e8a5083febf236f8
parentccff3e952db3388e4fff51f3489d10f693635ead
Move modules/other/parasite to modules/inspector

No need for the extra subdirectory, and the name should
match the module name.
71 files changed:
configure.ac
modules/Makefile.am
modules/inspector/Makefile.am [new file with mode: 0644]
modules/inspector/button-path.c [new file with mode: 0644]
modules/inspector/button-path.h [new file with mode: 0644]
modules/inspector/button-path.ui [new file with mode: 0644]
modules/inspector/classes-list.c [new file with mode: 0644]
modules/inspector/classes-list.h [new file with mode: 0644]
modules/inspector/classes-list.ui [new file with mode: 0644]
modules/inspector/css-editor.c [new file with mode: 0644]
modules/inspector/css-editor.h [new file with mode: 0644]
modules/inspector/css-editor.ui [new file with mode: 0644]
modules/inspector/inspect-button.c [new file with mode: 0644]
modules/inspector/inspector.gresource.xml [new file with mode: 0644]
modules/inspector/module.c [new file with mode: 0644]
modules/inspector/object-hierarchy.c [new file with mode: 0644]
modules/inspector/object-hierarchy.h [new file with mode: 0644]
modules/inspector/object-hierarchy.ui [new file with mode: 0644]
modules/inspector/prop-list.c [new file with mode: 0644]
modules/inspector/prop-list.h [new file with mode: 0644]
modules/inspector/prop-list.ui [new file with mode: 0644]
modules/inspector/property-cell-renderer.c [new file with mode: 0644]
modules/inspector/property-cell-renderer.h [new file with mode: 0644]
modules/inspector/python-hooks.c [new file with mode: 0644]
modules/inspector/python-hooks.h [new file with mode: 0644]
modules/inspector/python-shell.c [new file with mode: 0644]
modules/inspector/python-shell.h [new file with mode: 0644]
modules/inspector/themes.c [new file with mode: 0644]
modules/inspector/themes.h [new file with mode: 0644]
modules/inspector/themes.ui [new file with mode: 0644]
modules/inspector/widget-tree.c [new file with mode: 0644]
modules/inspector/widget-tree.h [new file with mode: 0644]
modules/inspector/widget-tree.ui [new file with mode: 0644]
modules/inspector/window.c [new file with mode: 0644]
modules/inspector/window.h [new file with mode: 0644]
modules/inspector/window.ui [new file with mode: 0644]
modules/other/Makefile.am [deleted file]
modules/other/parasite/Makefile.am [deleted file]
modules/other/parasite/button-path.c [deleted file]
modules/other/parasite/button-path.h [deleted file]
modules/other/parasite/button-path.ui [deleted file]
modules/other/parasite/classes-list.c [deleted file]
modules/other/parasite/classes-list.h [deleted file]
modules/other/parasite/classes-list.ui [deleted file]
modules/other/parasite/css-editor.c [deleted file]
modules/other/parasite/css-editor.h [deleted file]
modules/other/parasite/css-editor.ui [deleted file]
modules/other/parasite/inspect-button.c [deleted file]
modules/other/parasite/inspector.gresource.xml [deleted file]
modules/other/parasite/module.c [deleted file]
modules/other/parasite/object-hierarchy.c [deleted file]
modules/other/parasite/object-hierarchy.h [deleted file]
modules/other/parasite/object-hierarchy.ui [deleted file]
modules/other/parasite/prop-list.c [deleted file]
modules/other/parasite/prop-list.h [deleted file]
modules/other/parasite/prop-list.ui [deleted file]
modules/other/parasite/property-cell-renderer.c [deleted file]
modules/other/parasite/property-cell-renderer.h [deleted file]
modules/other/parasite/python-hooks.c [deleted file]
modules/other/parasite/python-hooks.h [deleted file]
modules/other/parasite/python-shell.c [deleted file]
modules/other/parasite/python-shell.h [deleted file]
modules/other/parasite/themes.c [deleted file]
modules/other/parasite/themes.h [deleted file]
modules/other/parasite/themes.ui [deleted file]
modules/other/parasite/widget-tree.c [deleted file]
modules/other/parasite/widget-tree.h [deleted file]
modules/other/parasite/widget-tree.ui [deleted file]
modules/other/parasite/window.c [deleted file]
modules/other/parasite/window.h [deleted file]
modules/other/parasite/window.ui [deleted file]